GenerativeComponents Help

Properties and Methods

A way to set properties is to use the techniques of an object. For instance to define the Point ByCartesianCoordinates.

pt.ByCartesianCoordinates(baseCS, 3, 4, 0);

This method will initialize the Point object and set the x, y, z properties and the CoordinateSystem to the respective values.